projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3b14a4
)
(test-distrib): Use ALL_CFLAGS.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 7 Jun 1994 07:30:58 +0000
(07:30 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 7 Jun 1994 07:30:58 +0000
(07:30 +0000)
lib-src/Makefile.in
patch
|
blob
|
history
diff --git
a/lib-src/Makefile.in
b/lib-src/Makefile.in
index edc8dc9aa445e5e1ab4e57d026461333bd17f76d..e060130e0ea230fb1f26565d75ac2281bc33ccb8 100644
(file)
--- a/
lib-src/Makefile.in
+++ b/
lib-src/Makefile.in
@@
-248,7
+248,7
@@
TAGS: etags
distribute Emacs. If they were clobbered, all the .elc files were
clobbered too. */
test-distrib: ${srcdir}/test-distrib.c
- $(CC) -o test-distrib ${srcdir}/test-distrib.c
+ $(CC)
${ALL_CFLAGS}
-o test-distrib ${srcdir}/test-distrib.c
./test-distrib ${srcdir}/testfile
GETOPTOBJS = getopt.o getopt1.o $(ALLOCA)